home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / include / pragmas / battclock_pragmas.h < prev    next >
C/C++ Source or Header  |  1997-09-09  |  286b  |  10 lines

  1. /* $VER: ../include/pragmas/battclock_pragmas.h 1.0 (9.8.97) */
  2. #ifndef BattClockBase_PRAGMA_H
  3. #define BattClockBase_PRAGMA_H
  4.  
  5. #pragma libcall BattClockBase ResetBattClock 6 00
  6. #pragma libcall BattClockBase ReadBattClock c 00
  7. #pragma libcall BattClockBase WriteBattClock 12 001
  8.  
  9. #endif
  10.